Forum Activity for @douglas

douglas
@douglas
03/03/17 05:25:10AM
2,806 posts

No Ning/Ningja Downloads?


Ning To Jamroom

Quote:
Unfortunately that file - table_core.css - no longer exists in the new version of the "Ninja skin", and I'm not seeing similar code in files that may have replaced it, i.e. "tablet_core.css".
So no progress so far!

table_core.css is the same as table.css.

Hope this helps!
douglas
@douglas
03/03/17 05:23:22AM
2,806 posts

Audio is not streaming


Using Jamroom

Without a link to check out we really can't be of much help, other than guessing at what the problem might be.

Are you seeing any thing in the error logs?
douglas
@douglas
03/02/17 05:32:00AM
2,806 posts

[BUG] iPhone / Responsive Mobile Profile Update Add Picture


Design and Skin Customization

Glad that sorted it for you.

Any CSS questions should really be posted here in the forums, that way other users might find the info/solution useful as well.

Thanks!
douglas
@douglas
03/01/17 10:00:48AM
2,806 posts

Celebrity skin forum buttons hard to read


Design and Skin Customization

Zachary Moonshine:
it also happens on some tags like here in this picture

These have been fixed for the next release.

To fix them yourself, you'll want to modify your profile.css file, and change the background colors on the .forum_post.count and .tag_name_box rules.

Hope this helps!
douglas
@douglas
03/01/17 09:11:23AM
2,806 posts

[BUG] iPhone / Responsive Mobile Profile Update Add Picture


Design and Skin Customization

I've made a couple of more changes to the override_mobile.css file and the site.css file.

override_mobile.css changes:

Near the bottom of the page, find this:

    #footer {
        height: 110px;
    }

and change it to this:

    #footer {
        position:inherit;
        height: 110px;
    }

then find this:

    body #wrapper {
        padding: 64px 0 40px;
    }

and change it to this:

    body #wrapper {
        padding: 64px 0 0;
    }

then find this:

    /* Scroll Up Icon */
    .scrollup {
        bottom: 10px;
        right: 10px;
    }

and change it to this:

    /* Scroll Up Icon */
    .scrollup {
        bottom: 10px;
        right: 10px;
        z-index: 999999;
    }

then in your site.css file, find this:

/* @title Site Wrapper */
/* @help This is the wrapper for the Site Content */
#wrapper {
    background-color: #5C6470;
    margin: 0 auto;
    min-height: calc(100vh - 170px);
    padding: 70px 0 100px;
    position: relative;
}

and change it to this:
/* @title Site Wrapper */
/* @help This is the wrapper for the Site Content */
#wrapper {
    background-color: #5C6470;
    margin: 0 auto;
    padding: 70px 0 100px;
    position: relative;
}

Let me know if that fixes things for you.

Thanks!
douglas
@douglas
02/27/17 05:46:08AM
2,806 posts

No Ning/Ningja Downloads?


Ning To Jamroom

From your image, it looks like you've activated the Site Builder module, you'll want to reset your cache ACP > System Tools > Reset Cache.

Once you've done that, the index page should change.

Hope this helps!
douglas
@douglas
02/27/17 05:38:33AM
2,806 posts

No Ning/Ningja Downloads?


Ning To Jamroom

Is there a reason you can't use the Site Builder module?
douglas
@douglas
02/27/17 04:47:53AM
2,806 posts

No Ning/Ningja Downloads?


Ning To Jamroom

Isleander:
OK. The correct licence code is present. When I install the Ningja skin, I am asked (from the Home page) to install The JrSiteBuilder Module for the skin to be able to work. Viz.
"The JrNinja Skin Was Created Specifically For Use With The JrSiteBuilder Module.
Please Insure That You Have The JrSiteBuilder Module Enabled".
Never had the happen previously.
I'll forward my details


Replied to your email but will update here as well for others.

It was decided that the Ninja skin would be a Site Builder skin, if you do not want to use the Site Builder module, then you'll want to modify your skins/jrNinja/index.tpl to suit your needs or possibly consider using another skin to suit your needs.

Hope this helps!
douglas
@douglas
02/26/17 06:47:44AM
2,806 posts

[BUG] iPhone / Responsive Mobile Profile Update Add Picture


Design and Skin Customization

Hello and welcome to Jamroom!

This is a skin CSS issue, in your skins/jrElastic2/css/override_mobile.css file, find this:

    #wrapper {
        margin: 0;
        padding: 0;
        padding-top: 48px;
    }

and change it to this:

    #wrapper {
        min-height:inherit;
        margin: 0;
        padding: 0;
        padding-top: 48px;
    }

We'll get this added to the next release of the skin.

Thanks!
douglas
@douglas
02/21/17 06:56:14AM
2,806 posts

Change Style Of Celebrity Skin Tag Cloud


Design and Skin Customization

Zachary Moonshine"]
this white one is on the home page of the site

Add this to one of your .css files.

.widget-item.widget-item-widget_tag_cloud {
    background-color: #111111;
    box-shadow: 0;
}

Hope this helps!
  65